home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 51 / Amiga Format CD51 (2000-03-10)(Future Publishing)(GB)[!][issue 2000-04].iso / -in_the_mag- / fusion / mshardfile1 / Apple Extras / AppleScript™ / Using AppleScript part 1 < prev    next >
INI File  |  1994-08-02  |  5KB  |  76 lines

  1. [Apple]
  2.  
  3.  
  4. Contents
  5.  
  6. Preface Welcome to AppleScript 
  7.                What is AppleScript?  
  8.                About this guide    
  9.                Balloon Help
  10.                Where to go from here   
  11.  
  12.            I  Using the Script Editor      
  13.                Opening a script      
  14.                Recording a script      
  15.                Editing a script      
  16.                Checking the syntax of a script      
  17.                Formatting a script     
  18.                Saving a script     
  19.                Saving a script without compiling it      
  20.                Save options for script applications      
  21.                Saving a script as run-only      
  22.                Running a script      
  23.                Viewing AppleScript terms      
  24.                Using different scripting systems      
  25.                Using different AppleScript dialects      
  26.                Displaying the Result window      
  27.                Pasting an object reference into a script      
  28.           2  Script Editor Command Reference      
  29.                File menu      
  30.                Edit menu     
  31.                Controls menu      
  32.                Font and Style menus     
  33.  
  34. [Apple] 
  35.  
  36.  
  37.  
  38. Welcome to AppleScript
  39.  
  40. This manual is your introduction to the AppleScript application program. Use it to begin working with AppleScript. You can use AppleScript on Macintosh computers that use system software version 7.0 or later. If you're new to the Macintosh, read the information that came with your computer before you install the AppleScript application program. You'll need to know basic Macintosh operations and vocabulary to use AppleScript. 
  41.  
  42. What is AppleScript?
  43.  
  44. When you use your Macintosh computer, you use the mouse and keyboard to open documents and application programs, move documents and file folders, enter information, print, and perform any other actions you want. AppleScript gives you a whole new way to work: You can give the computer a list of things you want it to do--a script--and let the computer do everything on your list. 
  45.  
  46. You can create a script by simply turning on the recorder and performing a set of actions. AppleScript keeps a list of what you do while the recorder is turned on. When you turn the recorder off, you can see the recorded script. When you run the script, your computer repeats your actions automatically.
  47.  
  48. You can use the Finder and many application programs with AppleScript. Scripts can make the Finder or the program do many things for you. For example, a script might format a letter the way you want, save it in a particular folder, and print it. 
  49.  
  50. You can also use AppleScript to combine the capabilities of application programs. For example, a script might use the calculation capabilities of a spreadsheet and the formatting capabilities of a word processor to assemble an invoice.
  51.  
  52. Scriptable application programs and the Scriptable Finder
  53.  
  54. You can create scripts to control any scriptable application programs you have installed on your Macintosh. An application is scriptable when you can use AppleScript to control it. Many Macintosh programs are scriptable. If you're not sure your program is scriptable, contact the program's manufacturer for information.
  55.  
  56. With system software version 7.5, the Finder (inside the System Folder) is scriptable. When you begin working with the Script Editor, you can use the Finder to try recording and playing a script. 
  57.  
  58. About this guide
  59.  
  60. This guide tells you how to use the Script Editor to record scripts and how to change a script to do something different. The Script Editor is an application program you use to open and run scripts, make new scripts by recording or writing them, and save scripts. You don't need to know how to write computer programs to do anything described in this manual. 
  61.  
  62. Balloon Help
  63.  
  64. You can use Balloon Help with the application program that come with AppleScript (the Script Editor). Choose Show Balloons from the Guide menu (near the right end of the menu bar).
  65.  
  66.  
  67.  
  68.  
  69.  
  70. When you point to any feature of the Script Editor application program, a balloon appears explaining the feature.
  71.  
  72. Where to go from here
  73.  
  74. For more information about using the Script Editor to work with scripts, open the file called "Using AppleScript part 2'' to see Chapter 1 (``Using the Script Editor") and Chapter 2 (``Script Editor Command Reference'').
  75.  
  76. If you wish to create more complex scripts, see an authorized Apple dealer for information about the AppleScript Scripter's Kit. The Scripter's Kit contains additional AppleScript software and manuals.